Effect of Hunting on Red Deer

Modelling Fecal Cortisol Metabolites

Nikolai German, Thomas Witzani, Ziqi Xu, Zhengchen Yuan, Baisu Zhou

Dr. Nicolas Ferry - Bavarian National Forest Park / Daniel Schlichting - StabLab

31 Jan 2025

Agenda

  1. The Background
  1. The Data
  1. The Models
  1. The Wrap-up

Motivation

  • Faecal Cortisol Metabolites (FCM) are substances collected from feces of animals.
  • FCM level [ng/g] is a measure of stress level. Higher FCM level \(\implies\) higher stress.
  • Stress \(\Rightarrow\) secretion of certain hormones \(\Rightarrow\) gut retention \(\Rightarrow\) FCM.
  • Hunting activities might induce stress for red deer, even if non-lethal.
  • Goal: analyze how the distance in space and time to the (last) hunting event affects the FCM level.

FCM Level and Gut Retention Time

  • FCM level does not represent stress level when defecating.
  • Gut retention time \(\approx\) 19 hours.

Huber et al (2003)

The Approach

  • model FCM levels on spatial and temporal distance to hunting activities

  • Expectation: FCM levels higher when closer in time and space

Agenda

  1. The Background
  1. The Data
  1. The Models
  1. The Wrap-up

The Data-Generating Process

  • A deer roams freely in the forest. Its movement is tracked by a GPS collar.
  • A hunting event happens.
  • After some time, the deer defecates. This is a defecation event.
  • After some time, researchers go to the defecation location and collect an FCM sample.

Note: The defecation location is not the deer’s location at the time of the stress event.

The Datasets

  • Movement: contains the location and datetime of the 41 collared deer in the period Feb 2020 - Feb 2023 in the Bavarian Forest National Park. Movement is tracked at hourly intervals.

  • Hunting Events: contains location and date of hunting events in the Bavarian Forest National Park - in total 1270 events, 890 of them with full timestamp.

  • FCM Stress: contains information of 809 faecal samples, including

    • the FCM level [ng/g],
    • the time and location of sampling,
    • to which deer the sample belongs,
    • when defecation happened.
  • Reproduction Success: contains information about of 16 collared deer about

    • if they were pregnant in one year,
    • if they were accompanied by a calf in one year.

Distance Approximation via Interpolation

TBD: Illustration.

Relevant Hunting Events

We introduce 4 parameters:

  • Gut retention time (GRT) low [hours],
  • Gut retention time (GRT) high [hours],
  • Distance threshold [km],
  • Proximity criterion (“last”, “nearest”, or “highest score”)

A hunting event is considered relevant to an FCM sample, if

  • the time difference between experiencing stress (hunting) and defecation is between the GRT thresholds, and
  • the distance between the deer and the hunting event is \(\leq\) distance threshold.

The Most Relevant Hunting Event

Among the relevant hunting events, the most relevant one is defined by the proximity criterion:

  • the closest in time (“last”),
  • the closest in space (“nearest”), or
  • the one with the “highest score.”

The scoring function is defined as TBD.

Illustration

TimeDiff Distance 14 hours 20 km 50 hours Number of otherrelevant huntingevent = 3 FCMSample Hunting events Nearest Highest score Last

  • GRT lower = 14 hours
  • GRT upper = 50 hours
  • Distance threshold = 20 km

The Fused Data

Extract Temporal Features

The Fused Data

Interpolate Movements

The Fused Data

Compute Spacial Distances

The Fused Data

Add Pregnancy Data

The Fused Data

Identify Events

The Fused Data

Finish Datasets

We suggest 3 different datasets for modelling

DataSet GRT low GRT high Distance Threshold Proximity Criterion Deers Observations
1 19 50 10 last 30 99
2 19 50 10 nearest 30 98
3 0 50 10 score 36 281

Agenda

  1. The Background
  1. The Data
  1. The Models
  1. The Wrap-up

The Models

For Modelling, we consider the following covariates, defined for each pair of FCM sample and most relevant hunting event:

  • Time difference [hours]
  • Distance [km]
  • Sample delay [hours]
  • Pregnant
  • Defecation day (between 1 and 366)
  • Number of other relevant hunting events

The Models

  • Generalized additive mixed model with Gamma family and log link.

  • Let \(i = 1,\dots,N\) be the indices of deer and \(j = 1,\dots,n_i\) be the indices of FCM measurements for each deer. \[ \begin{eqnarray} \textup{FCM}_{ij} &\sim& \mathcal{Ga}\left( \nu, \frac{\nu}{\mu_{ij}} \right) \\ \mu_{ij} &=& \mathbb{E}(\textup{FCM}_{ij}) = \exp(\eta_{ij}) \\ \eta_{ij} &=& \beta_0 + \beta_1 \textup{Pregnant}_{ij} + \beta_2 \textup{NumberOtherHunts}_{ij} + \\ && f_1(\textup{TimeDiff}_{ij}) + f_2(\textup{Distance}_{ij}) + \\ && f_3(\textup{SampleDelay}_{ij}) + f_4(\textup{DefecationDay}_{ij}) + \\ && \gamma_{i}, \\ \gamma_i &\sim& \mathcal{N}(0, \sigma_\gamma^2). \end{eqnarray} \]

  • \(f_1, \dots, f_4\) are penalized cubic regression splines.

Results on Dataset “Latest”

A. parametric coefficients Estimate Std. Error t-value p-value
(Intercept) 5.6456 0.0692 81.5409 < 0.0001
PregnantTRUE 0.1455 0.1277 1.1386 0.2583
NumOtherHunts 0.0204 0.1128 0.1809 0.8569
B. smooth terms edf Ref.df F-value p-value
s(TimeDiff) 1.0000 1.0000 0.0119 0.9133
s(Distance) 8.8584 8.9832 3.1531 0.0019
s(SampleDelay) 2.2208 2.7579 3.0379 0.0256
s(DefecDay) 5.9958 7.2374 1.5743 0.1540
s(Deer.ID) 0.0000 29.0000 0.0000 0.8489

Results on Dataset “Latest”

Large uncertainty, no visible time or distance effect

Agenda

  1. The Background
  1. The Data
  1. The Models
  1. The Wrap-up

Conclusion

  • Not many observations after datafusion left for robust modelling

  • Trade-off between spatial and temporal distance

  • Sample Delay seems to be significant

  • Modelling Outcomes don’t show much difference

  • Trade-off between Complexity and Explainability

Discussion

  • How to minimize spatial and temporal distance at the same time?

  • How to use a bigger Part of the Data?